Locate the example manuscript in the folder
exercises/3_papaja_example_manuscript and open the file
manuscript.pdf or manuscript.docx.
notefield and each author’s role field can
simply be omitted.
draft and linenumbers options in the
YAML front matter.
"doc" class option.
citr to insert
citations.
Locate and open the R-script analyses.R and data folder
data accompanying the example manuscript in the folder
exercises/3_papaja_example_manuscript.
apa_print() to report the results of one or more
analysis using in-line code chunks in your papaja
document.
Use the section comments (e.g., ## ----setup----) to
split the R script into meaningful code chunks and use the section
headings as chunk names.
Locate the section proportion-correct-table-appendix at
the end of the R-script analyses.R.
apa_table().
col_spanners and midrules to
structure the table. To add a caption, use the argument
caption. See ?apa_table.
Place the table in the appendix of your document. To start an appendix, use the following special heading:
# (APPENDIX) Appendix {-}
(ref:reference-name).